VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfBrushConverterTypeConverter Class / GetProperties Methods / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
Syntax Requirements SeeAlso
In This Topic
    GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method (PdfBrushConverterTypeConverter)
    In This Topic
    Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetProperties( _
    ByVal context
    An ITypeDescriptorContext that provides a format context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal value
    An object that specifies the type of array for which to get properties.
    As System.Object, _
    ByVal attributes
    An array of type Attribute that is used as a filter.
    () As System.Attribute _
    ) As System.ComponentModel.PropertyDescriptorCollection

    Parameters

    context
    An ITypeDescriptorContext that provides a format context.
    value
    An object that specifies the type of array for which to get properties.
    attributes
    An array of type Attribute that is used as a filter.

    Return Value

    A collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also